home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_91 / frame_5 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  118 b   |  10 lines

  1. if(!arrowsOn)
  2. {
  3.    arrowsOn = "1";
  4.    tellTarget("../")
  5.    {
  6.       gotoAndStop("show");
  7.       play();
  8.    }
  9. }
  10.